From 5b8869040cde57d3f9be7e1ae888da527a2f6a7e Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Tue, 2 Dec 2025 19:03:25 +0100 Subject: [PATCH] PHP tests are not php / phpunit 8 compatible Last-Update: 2025-10-12 Disable those for now. Gbp-Pq: Name disable_php_testing.patch --- lib/php/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/php/test/Makefile.am b/lib/php/test/Makefile.am index 6f2dca8..d9e2aad 100644 --- a/lib/php/test/Makefile.am +++ b/lib/php/test/Makefile.am @@ -37,7 +37,7 @@ deps: $(top_srcdir)/composer.json all-local: deps check: deps stubs - $(PHPUNIT) --log-junit=test-log-junit.xml -c phpunit.xml / +# $(PHPUNIT) --log-junit=test-log-junit.xml -c ../phpunit.xml / distclean-local: -- 2.30.2